home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr45 / gusail97.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-06-17  |  1KB  |  36 lines

  1. @echo off
  2.  
  3. IF "%ULTRADIR%"=="" goto NO_ULTRA
  4. SET IDIR=%ULTRADIR%\MIDI
  5.  
  6. :START
  7. cls
  8. echo ╔═════════════════════════════════════════════════════╗
  9. echo ║  Graivs UltraSound MIDPAK and DIGPAK Installation   ║
  10. echo ╠═════════════════════════════════════════════════════╣
  11. echo ║                                                     ║
  12. echo ║   This utility will copy ULTRAMID.INI to your       ║
  13. echo ║   UltraSound MIDI directory.  This file is          ║
  14. echo ║   required by the AIL drivers to determine          ║
  15. echo ║   MIDI patch information.                           ║
  16. echo ║                                                     ║
  17. echo ║   If you don't want to install the AIL drivers,     ║
  18. echo ║   press CTRL-C now.                                 ║
  19. echo ║                                                     ║
  20. echo ╚═════════════════════════════════════════════════════╝
  21. pause
  22. echo  
  23. echo Copying configuration file to %IDIR%\ULTRAMID.INI
  24. copy ULTRAMID.INI %IDIR%\ULTRAMID.INI
  25. echo  
  26. GV README
  27. goto done
  28. :NO_ULTRA
  29. echo Can not find your UltraSound install directory.
  30. :done
  31. echo Install complete
  32. echo  
  33. echo NOTE: Remember to free SBOS before using ULTRAMID
  34. echo  
  35.  
  36.